execution sequence meaning in English
执行顺序
Examples
- At certain specified points in the execution sequence called sequence points
所谓顺序节点是编译术语,是指执行顺序中的一个指定位置(节点) 。 - In programming languages , a language construct within a procedure designating an end of an execution sequence in the procedure
在编程语言中,过程内标明过程内执行序列结束的语言结构。 - In programming languages , a language construct within a procedure , designating the start of execution sequences of the procedure
在程序设计语言中,过程内部的一种语言结构,用于指明该过程的执行序列的开始。 - An instance of the abstract machine can thus have more than one possible execution sequence for a given program and a given input
对于一个已知程序和已知数据,虚拟机器的实例将因其非确定方面产生不只一个可能的执行序列。 - It is not uncommon to form a mental representation of this traversal path by running through the execution sequence of the code in your mind
通过在您的思维中完整地运行一遍代码的执行序列,从而形成这种遍历路径的一种精神表示形式,这种方法是经常使用的。